Skip to content

Add BASE_IMAGE usage comments to Dockerfiles#261

Merged
chhwang merged 3 commits into
mainfrom
pr-k-docker-pkgs
Jun 12, 2026
Merged

Add BASE_IMAGE usage comments to Dockerfiles#261
chhwang merged 3 commits into
mainfrom
pr-k-docker-pkgs

Conversation

@chhwang

@chhwang chhwang commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Add BASE_IMAGE usage comments to Dockerfiles

Document the ARG BASE_IMAGE default/override pattern in
base-dev-x.dockerfile and base-x.dockerfile. build.sh overrides the
default via --build-arg for each target; the default exists so standalone
docker build works without --build-arg. Comments make this relationship
explicit.

Extracted from PR #242. That PR removed the defaults entirely, which would
break standalone builds; this PR keeps defaults and adds documentation
instead. Functional package additions (clang-format, torch, black) deferred
as optional follow-up.

Files changed:

  • docker/base-dev-x.dockerfile — 3-line comment added (lines 1–3)
  • docker/base-x.dockerfile — 2-line comment added (lines 1–2)

No functional changes. No Docker CI exists; hadolint clean.

chhwang and others added 2 commits June 11, 2026 16:33
Explain that ARG BASE_IMAGE defaults exist for standalone docker build
and that build.sh overrides them via --build-arg.
…fy failed on deep-review infra (temp repo missing CMakeLists.txt), not code. Dockerfile comment changes are in working tree. Commit, push pr-k-docker-pkgs, and open PR against main. Skip deep-review — Dockerfile-only change, no Docker CI; infra bug tracked as P14.
@codecov

codecov Bot commented Jun 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.00%. Comparing base (d22a90a) to head (bfe9f0a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #261   +/-   ##
=======================================
  Coverage   85.00%   85.00%           
=======================================
  Files         127      127           
  Lines        6181     6181           
=======================================
  Hits         5254     5254           
  Misses        927      927           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@chhwang chhwang changed the title ark-dev: Continue P12: dev+local-test passed last cycle; improve/verify failed on deep-review infra (temp repo missing CMakeLists.txt), not code. Dockerfile comment changes are in working tree. Commit, push pr-k-docker-pkgs, and open PR against main. Skip deep-review — Dockerfile-only change, no Docker CI; infra bug tracked as P14. Add BASE_IMAGE usage comments to Dockerfiles Jun 11, 2026
@chhwang
chhwang merged commit c257202 into main Jun 12, 2026
6 of 8 checks passed
@chhwang
chhwang deleted the pr-k-docker-pkgs branch June 12, 2026 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant